home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00166_Script_index < prev    next >
Text File  |  1999-05-31  |  1KB  |  48 lines

  1. on mouseUp
  2.   --  index
  3.   set xx to the clickOn
  4.   global gloson
  5.   if the clickOn > 0 then
  6.     if (gloson=1) or (the visible of window "gloss") then
  7.       global cspname
  8.       set yy to chars(cspname,1,1)
  9.       set the memberNum of sprite 115 to the number of member (yy&"glos") ¼
  10.                       of castLib "eb.cst"
  11.       endNewMovie
  12.     end if
  13.     global ml, first, second, st, jump, lime, C, T, cline, jumpd 
  14.     set the visible of sprite 105 to false
  15.     sound stop 2
  16.     updateStage
  17.     set the visible of sprite 105 to true
  18.     updateStage
  19.     if jumpd = 1 then
  20.       set T to 0
  21.       go to frame "ex1" of movie "ib"
  22.     else if jumpd = 2 then
  23.       go to movie "ic"
  24.     else
  25.       go to movie "ia"
  26.     end if
  27.   end if
  28.   
  29. end
  30.  
  31. on mouseDown
  32.   global ml, first, second, st, jump, lime, C, T, cline, jumpd
  33.   if the clickOn > 0 then
  34.     set xx to the clickOn
  35.     set mm to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
  36.     set the memberNum of sprite xx to the number of member ("r"&mm)
  37.     updateStage
  38.     if jumpd = 1 then
  39.       set jump to 1
  40.       set lime to cline
  41.     else
  42.       nothing
  43.     end if
  44.   end if
  45.   
  46. end
  47.  
  48.